home *** CD-ROM | disk | FTP | other *** search
- !SCRIPT QUIET
-
- !COMMENT Select fields to print by specifying tags
- !SELECTION NAME,ORIG,Z,GP
-
- !COMMENT Set default print options
- !PRINTOPTS
-
- !COMMENT Make arbitrary choice of records to print
- !INCLUDE CALC,IODO,LITH,COPP,CURI,CARB,MERC,STRO,CHLO,LEAD
-
- !COMMENT Pre-sort on atomic number before displaying report
- !SORT Z
-
- !COMMENT Only the !INCLUDEd records appear if no search formula
- !QUERY ALL
-
- !COMMENT Clear print selection
- !SELECTION
-
- !COMMENT Restore default options
- !PRINTOPTS
-
- !COMMENT Clear the record marks
- !CLEAR
-
- !SCRIPT END
-
-